"blue and orange" shadcn/ui theme

innovative-design
high-contrast
futuristic
immersive
color-harmony

Shadcn/ui Theme Css Variables

name: Neo Horizon Fusionkeyword: blue and orange views: 12

:root {
  --background: 210 80% 20%;
  --foreground: 30 100% 90%;
  --card: 210 80% 25%;
  --card-foreground: 30 100% 90%;
  --popover: 210 80% 30%;
  --popover-foreground: 30 100% 90%;
  --primary: 30 100% 60%;
  --primary-foreground: 210 80% 20%;
  --secondary: 210 80% 40%;
  --secondary-foreground: 30 100% 90%;
  --muted: 210 80% 50%;
  --muted-foreground: 30 100% 90%;
  --accent: 30 100% 70%;
  --accent-foreground: 210 80% 20%;
  --destructive: 0 84.2% 60.2%;
  --destructive-foreground: 0 0% 98%;
  --border: 210 80% 35%;
  --input: 210 80% 35%;
  --ring: 30 100% 60%;
  --radius: 0.75rem;
  --chart-1: 12 76% 61%;
  --chart-2: 173 58% 39%;
  --chart-3: 197 37% 24%;
  --chart-4: 43 74% 66%;
  --chart-5: 27 87% 67%;
}